Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

feature/node/src/commonMain/kotlin/org/meshtastic/feature/node/model/NodeDetailAction.kt 9613ba91a7e169afe8ce2e98c6d384ef37f03421 (9613ba91) Text, 1.68 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.node.model

Tff7b72import T7ee787org.meshtastic.core.model.Node
Tff7b72import T7ee787org.meshtastic.core.navigation.Route
Tff7b72import T7ee787org.meshtastic.feature.node.component.NodeMenuAction
Tff7b72import T7ee787org.meshtastic.proto.Config

Tff7b72sealed Tff7b72interface T56d364NodeDetailAction Tb4b4b4{
Tff7b72data Tff7b72class T56d364NavigateTb4b4b4(Tff7b72val Te6edf3routeTb4b4b4: Te6edf3RouteTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction

Tff7b72data Tff7b72class T56d364HandleNodeMenuActionTb4b4b4(Tff7b72val Te6edf3actionTb4b4b4: Te6edf3NodeMenuActionTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction

T8b949e/** Open the remote-administration screen, ensuring a fresh session passkey first. */
Tff7b72data Tff7b72class T56d364OpenRemoteAdminTb4b4b4(Tff7b72val Te6edf3nodeNumTb4b4b4: Tffa657IntTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction

T8b949e/** Force-refresh device metadata (firmware version, edition, role) for the given node. */
Tff7b72data Tff7b72class T56d364RefreshMetadataTb4b4b4(Tff7b72val Te6edf3nodeNumTb4b4b4: Tffa657IntTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction

Tff7b72data Tff7b72object T56d364ShareContact Tb4b4b4: Te6edf3NodeDetailAction

T8b949e// Opens the compass sheet scoped to a target node and the user’s preferred units.
Tff7b72data Tff7b72class T56d364OpenCompassTb4b4b4(Tff7b72val Te6edf3nodeTb4b4b4: Te6edf3NodeTb4b4b4, Tff7b72val Te6edf3displayUnitsTb4b4b4: Te6edf3ConfigTb4b4b4.Te6edf3DisplayConfigTb4b4b4.Te6edf3DisplayUnitsTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.04s